.footer-wrap {
	width: 100%;
	position: absolute;
	left: 0;
}

.footer-wrap .footer-wrap-top {
	display: flex;
	/* padding: 32px 16px 0; */
	padding: 1.92rem 0.96rem 0;
	justify-content: space-between;
	align-items: center;
}

.footer-wrap .footer-wrap-top .footer-wrap-top-right {
	display: flex;
	flex-direction: column;
	justify-content: center;
	/* font-size: 11px; */
	font-size: 0.66rem;
	font-family: PingFang-SC-Medium, PingFang-SC;
	font-weight: 500;
	color: #222222;
	/* line-height: 16px; */
	line-height: 0.96rem;
}
.footer-wrap .footer-wrap-top .footer-wrap-top-right .footer-wrap-top-right-img{
	display: flex;
	justify-content: center;
	/* margin-bottom: 7px; */
	margin-bottom: 0.42rem;
}
.footer-wrap .footer-wrap-top .footer-wrap-top-right .footer-wrap-top-right-img img {
	/* width: 89px; */
	/* height: 89px; */
	width: 5.34rem;
	height: 5.34rem;
	display: block;
}

.footer-wrap .footer-wrap-top .footer-wrap-top-left {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.footer-wrap .footer-wrap-top .footer-wrap-top-left .footer-wrap-top-left-phone p{
	display: flex;
	align-items: center;
	/* font-size: 14px; */
	font-size: 0.84rem;
	font-family: PingFang-SC-Medium, PingFang-SC;
	font-weight: 500;
	color: #222222;
	/* margin-bottom: 10px; */
	margin-bottom: 0.60rem;
}
.footer-wrap .footer-wrap-top .footer-wrap-top-left .footer-wrap-top-left-phone p:nth-child(2){
	/* font-size: 24px; */
	font-size: 1.44rem;
	font-family: PingFangSC-Semibold, PingFang SC;
	font-weight: 600;
	color: #222222;
	/* line-height: 33px; */
	line-height: 1.98rem;
}
.footer-wrap .footer-wrap-top .footer-wrap-top-left .footer-wrap-top-left-phone img{
	/* width: 14px; */
	width: 0.84rem;
	/* margin-right: 8px; */
	margin-right: 0.48rem;
}
.footer-wrap-top-left-top a{
	/* font-size: 11px; */
	font-size: 0.66rem;
	font-family: PingFang-SC-Medium, PingFang-SC;
	font-weight: 500;
	color: #222222;
	text-decoration: none;
}

.footer-wrap .footer-wrap-bottom {
	text-align: center;
	/* padding: 61px 0 29px; */
	padding: 1.16rem 0 1.74rem;
	/* font-size: 11px; */
	font-size: 0.66rem;
	font-family: PingFang-SC-Medium, PingFang-SC;
	font-weight: 500;
	color: #777777;
	/* line-height: 16px; */
	line-height: 0.96rem;
}
